home *** CD-ROM | disk | FTP | other *** search
- static char *RCSid = "$Id: version.c%v 3.38.2.86 1993/03/01 01:50:57 woo Exp woo $";
-
-
- /* GNUPLOT - version.c */
- /*
- * Copyright (C) 1986 - 1993 Thomas Williams, Colin Kelley
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- * provided that the above copyright notice appear in all copies and
- * that both that copyright notice and this permission notice appear
- * in supporting documentation.
- *
- * Permission to modify the software is granted, but not the right to
- * distribute the modified code. Modifications are to be distributed
- * as patches to released version.
- *
- * This software is provided "as is" without express or implied warranty.
- *
- *
- * AUTHORS
- *
- * Original Software:
- * Thomas Williams, Colin Kelley.
- *
- * Gnuplot 2.0 additions:
- * Russell Lang, Dave Kotz, John Campbell.
- *
- * Gnuplot 3.0 additions:
- * Gershon Elber and many others.
- *
- * Gnuplot 3.3 additions:
- * Alex Woo and many others.
- *
- * Send your comments or suggestions to
- * info-gnuplot@dartmouth.edu.
- * This is a mailing list; to join it send a note to
- * info-gnuplot-request@dartmouth.edu.
- * Send bug reports to
- * bug-gnuplot@dartmouth.edu.
- *
- char version[] = "3.38.2.86 ";
- */
-
- char version[] = "$Id: version.c%v 3.38.2.86 1993/03/01 01:50:57 woo Exp woo $";
- char patchlevel[] = "3 beta 2.86, 1 Mar 93";
- char date[] = "Mon Mar 1 01:50:57 PDT 1993";
- char copyright[] = "Copyright(C) 1986 - 1993";
-
- /* override in Makefile */
- #ifndef CONTACT
- # define CONTACT "bug-gnuplot@dartmouth.edu"
- #endif
- char bug_email[] = CONTACT;
-